home *** CD-ROM | disk | FTP | other *** search
- -- card: 31605 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 25934
- -- name: qa 5
- ----- HyperTalk script -----
- on opencard
- put name of this card into field "Tom's Field"
- global inProgress
- hide card field "instruction 3"
- hide cd fld "comment 5 true"
- hide cd fld "comment 5 false"
- hide cd fld "clicktocontinue"
-
- end opencard
-
- on closeCard
- global maploc, cardloc
- put word 1 of the short name of this card into maploc
- put word 2 of the short name of this card into cardloc
- end closeCard
-
-
-
-
-
- -- part 2 (field)
- -- low flags: 80
- -- high flags: 0002
- -- rect: left=8 top=133 right=147 bottom=25
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: our Answers
-
-
- -- part 3 (field)
- -- low flags: 81
- -- high flags: 0002
- -- rect: left=31 top=133 right=148 bottom=47
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Your Answers
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 2006
- -- rect: left=110 top=144 right=160 bottom=127
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: check 1
- ----- HyperTalk script -----
- on mouseUp
- repeat with i = 1 to 3
- put "" into cd fld "Your answers"
- set the hilite of cd btn i to false
- set the hilite of me to true
- put word 2 of the short name of me into cd fld "Your answers"
- end repeat
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 2006
- -- rect: left=109 top=191 right=207 bottom=126
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: check 2
- ----- HyperTalk script -----
- on mouseUp
- repeat with i = 1 to 3
- put "" into cd fld "Your Answers"
- set the hilite of cd btn i to false
- set the hilite of me to true
- put word 2 of the short name of me into cd fld "Your answers"
- end repeat
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 2006
- -- rect: left=109 top=240 right=256 bottom=127
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: check 3
- ----- HyperTalk script -----
- on mouseUp
- repeat with i = 1 to 3
- put "" into cd fld "Your Answers"
- set the hilite of cd btn i to false
- set the hilite of me to true
- put word 2 of the short name of me into cd fld "Your answers"
- end repeat
- end mouseUp
-
-
-
- -- part 15 (field)
- -- low flags: 80
- -- high flags: 2004
- -- rect: left=206 top=30 right=90 bottom=302
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 156
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: comment 5 true
-
-
- -- part 16 (field)
- -- low flags: 80
- -- high flags: 2004
- -- rect: left=304 top=24 right=96 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 156
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: comment 5 false
-
-
- -- part 17 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=51 top=311 right=340 bottom=269
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 157
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: ClicktoContinue
-
-
- -- part 18 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=0 top=23 right=313 bottom=125
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 156
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: instruction 3
- ----- HyperTalk script -----
- on mouseup
- hide me
- end mouseup
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=458 top=317 right=342 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 18612 / 18612
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- visual venetian blinds
- go next
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=428 top=317 right=342 bottom=456
- -- title width / last selected line: 0
- -- icon id / first selected line: 18611 / 18611
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: prev
- ----- HyperTalk script -----
- on mouseUp
- visual scroll right
- go prev
- end mouseUp
-
-
-
- -- part contents for background part 4
- ----- text -----
- Macintosh Display Card 4•8 and 8•24
-
- -- part contents for background part 5
- ----- text -----
- Training Evaluation
-
- -- part contents for background part 10
- ----- text -----
- Multiple Choice Question #5 of 8
-
- -- part contents for background part 16
- ----- text -----
- test6
-
- -- part contents for background part 6
- ----- text -----
-
- The Macintosh Display Card 4•8 can display how many shades of gray on the Apple Macintosh Portrait Display?
-
- Up to 16 grays
-
-
- 256-level grayscales
-
-
- Up to 8 grays
-
- -- part contents for card part 2
- ----- text -----
- 1
-
- -- part contents for card part 16
- ----- text -----
-
- Take another look through the Product Description section.
-
- -- part contents for card part 15
- ----- text -----
-
- Yes!
-
- -- part contents for card part 17
- ----- text -----
- Click the mouse to continue.
-
- -- part contents for card part 18
- ----- text -----
- Instructions:
- (click on this text to hide it)
-
- 1. Click on the one appropriate answer for each question.
-
- You can change your answer by clicking on a different answer.
-
- 2. After you’ve answered all the questions, click on the “Check my Answers” button.
-
- You’ll go through each question and see a message indicating whether or not you chose the right answer.
-
- -- part contents for background part 23
- ----- text -----
- card "qa 5"
-
- -- part contents for card part 3
- ----- text -----
- 2